imported patch my-config
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Wed, 23 Nov 2005 19:19:23 +0000 (19:19 +0000)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Wed, 23 Nov 2005 19:19:23 +0000 (19:19 +0000)
tools/console/Makefile
tools/examples/xend-config.sxp
tools/libxc/Makefile
tools/python/setup.py
tools/xenstore/Makefile
tools/xentrace/Makefile
xen/Rules.mk

index a27aa8e458e1026363ad094fab8074936bfe6117..3fc846eb56fc647aa1767c31ea9ad1a66ee4a871 100644 (file)
@@ -9,7 +9,7 @@ INSTALL         = install
 INSTALL_PROG    = $(INSTALL) -m0755
 INSTALL_DIR     = $(INSTALL) -d -m0755
 
-CFLAGS  += -Wall -Werror -g3
+CFLAGS  += -Wall -Werror -ggdb3 -O0
 
 CFLAGS  += -I $(XEN_LIBXC)
 CFLAGS  += -I $(XEN_XENSTORE)
index f600edc19d898ad9ec8d00a9901b7229c7294557..06758f9a6b0bc1d56048141770754ab40c1e7628 100644 (file)
@@ -34,7 +34,7 @@
 # Specifying 'localhost' prevents remote connections.
 # Specifying the empty string '' (the default) allows all connections.
 #(xend-address '')
-(xend-address localhost)
+#(xend-address localhost)
 
 # Address xend should listen on for relocation-socket connections, if
 # xend-relocation-server is set.
index 08eb0c42a0f3bd755563615484d3a13f2714ef26..57aa64bfafebb5321210c3e6ae9584fb03890d67 100644 (file)
@@ -52,7 +52,7 @@ CFLAGS   += $(INCLUDES) -I.
 
 # Define this to make it possible to run valgrind on code linked with these
 # libraries.
-#CFLAGS   += -DVALGRIND -O0 -ggdb3
+CFLAGS   += -DVALGRIND # -O0 -ggdb3
 
 # Get gcc to generate the dependencies for us.
 CFLAGS   += -Wp,-MD,.$(@F).d
index 79b9730a1ae8246b5d4d6d48350d030962e7522b..2494e53b0a39d0b914735f3d46f8cae01ea4f486 100644 (file)
@@ -4,7 +4,7 @@ import os
 
 XEN_ROOT = "../.."
 
-extra_compile_args  = [ "-fno-strict-aliasing", "-Wall", "-Werror" ]
+extra_compile_args  = [ "-fno-strict-aliasing", "-Wall", "-Werror", "-ggdb3", "-O0" ]
 
 
 include_dirs = [ XEN_ROOT + "/tools/libxc",
index 7b56ad497b04a5596d72dbc2a1d94b57004b8fb6..110850da2644eb8b573a8d88aa6db1cee27f5445 100644 (file)
@@ -12,7 +12,7 @@ BASECFLAGS=-Wall -g -Werror
 # Make gcc generate dependencies.
 BASECFLAGS += -Wp,-MD,.$(@F).d
 PROG_DEP = .*.d
-BASECFLAGS+= -O3 $(PROFILE)
+BASECFLAGS+= -O0 -ggdb3 $(PROFILE)
 #BASECFLAGS+= -I$(XEN_ROOT)/tools
 BASECFLAGS+= -I$(XEN_ROOT)/tools/libxc
 BASECFLAGS+= -I.
index 5c3a77be8398ed1307bfbf8bd7172614550a5484..a1ea5ddba476903a583502851d4d287b376e30f1 100644 (file)
@@ -14,7 +14,7 @@ CFLAGS  += -I $(XEN_LIBXC)
 HDRS     = $(wildcard *.h)
 OBJS     = $(patsubst %.c,%.o,$(wildcard *.c))
 
-BIN      = xentrace tbctl setsize
+BIN      = xentrace tbctl setsize xenctx
 SCRIPTS  = xentrace_format
 MAN1     = $(wildcard *.1)
 MAN8     = $(wildcard *.8)
index f9721f03a2d1b4a206d2e800b517e9d527a110b1..acb2515f85a050de526784edaaef18ef0c14e51c 100644 (file)
@@ -2,8 +2,8 @@
 # If you change any of these configuration options then you must
 # 'make clean' before rebuilding.
 #
-verbose     ?= n
-debug       ?= n
+verbose     ?= y
+debug       ?= y
 perfc       ?= n
 perfc_arrays?= n
 domu_debug  ?= n